home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Demos / Extend 3.0 Demo / Demo Libraries / Demo BPR Lib.RT / Demo BPR Lib.RT.rsrc / HELP_32295_Repository < prev    next >
Encoding:
Text File  |  1994-06-23  |  3.3 KB  |  31 lines

  1. Provides a stock or resource of items for the model. This block is most often used when a pool of resources is required for the model or to represent situations where processes already have a backlog when the model starts (such as a pile of work already on a worker's desk). Repository items typically represent tasks, orders, equipment (such as computer time), and so on.
  2.  
  3. The initial number is set in the dialog. The block holds items in FIFO order until they are required by the model and keeps count of the remaining number of items available. Items can be returned to the block to replenish the stock. If more items are required by the model than are available, projects and processes will be required to wait until an item is returned to the Repository and becomes available.
  4.  
  5. Dialog Choices:
  6. Initial number: Enter the number of items initially available. The default is 0.  If there are no initial items, the repository works just like a FIFO queue.
  7.  
  8. Items currently available: Displays the number of items available in the repository at the current time. If some items are currently in use, this number will be less than the initial number of items.
  9.  
  10. Set attribute, priority (optional): To assign one attribute and a priority to all items as they leave the block, specify a priority and an attribute name and value in the dialog. You can have different Repositories with different attributes or priorities of items, for example orders and computers.
  11.  
  12. Strip attributes from incoming items: When checked, will remove all attributes associated with incoming items. This option should be used with caution, since attributes that have been removed cannot be recovered.
  13.  
  14. Utilization rate: Displays the utilization rate. This shows the ratio of time that items are busy, based on the total number of items in the repository. For example, if 2 items out of 5 are used 100% of the time, and the other 3 items are never used in the model, the utilization is .40 (40%). The idle time rate is 1 minus the utilization rate. Note that utilization only makes sense if the block is used as a closed system (limited resource) where you set an initial number of items and the items return to the block when they are no longer used. However, if there is no initial number of items and you just show items flowing in and out of the block (for example, from some other source), the block cannot calculate utilization correctly since there is no base for the calculation.
  15.  
  16. Connectors:
  17. The item input connector returns items to the repository.
  18.  
  19. The item output connector provides items to the model.
  20.  
  21. #:  The number of items currently available in the repository.
  22.  
  23. u:  Outputs the utilization of the repository.
  24.  
  25. Animation:
  26. A green circle appears when an item enters or exits the block.  A numeric display and a blue level display the contents of the block. The level graphically shows how the contents compare to a minimum and a maximum level amount. The minimum level amount is 0 and the maximum level amount is usually the "Initial number" of items. However, if additional items are added to the block (increasing the number above the initial number), the maximum level amount will be the higher number.
  27.  
  28. Extend BPR™ Library
  29. Portions copyright ©1993-1994 by Imagine That, Inc.
  30. Portions copyright ©1993-1994 by Computer Aided Process Improvement™
  31. All rights reserved. For use with Extend™ only.